This command is new in PageMaker 6.5
PLayAdjOpts(long nSnapToZone, PMBool bResizeOK, PMBool bIgnoreLocks, PMBool bIgnoreGuides,
PMBool bMoveGuides, PMBool bKeepGuidesAligned);
long nSnapToZone;
the maximum distance over which an object will snap to a guidePMBool bResizeOK;
true groups and imported graphics will resize to fit
false groups and imported graphics will retain their current sizePMBool bIgnoreLocks;
true locked objects will move with layout
false locked objects will not movePMBool bIgnoreGuides;
true ruler guides are ignored
false objects keep the alignment to ruler guidesPMBool bMoveGuides;
true ruler guides move with layout
false ruler guides will not movePMBool bKeepGuidesAligned;
true keep guides aligned on
false turn guides aligned off
PLayAdjOpts(const PGetLayAdjOpts& currOpts);
Use the corresponding PGetLayAdjOpts query object to set the options.Example. The following example sets the snap to zone to 0.016 inches, turns on the options for resizing graphics, ignoring object and layer locks, moving ruler guides, and keeping the ruler guides aligned, and turns off the option to ignore ruler guides.
PLayAdjOpts(twips("0.016i"), true, true, false, true, true
);
Comments or suggestions? Contact Adobe Developer Support